toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.card
/
[jvm]CreditCard
Credit
Card
public
interface
CreditCard
The credit card information persisted in
the credit card store
.
Since
7.23
Members
Members & Extensions
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
CreditCard
.
Properties
number
Link copied to clipboard
public
final
CardNumber
number
public
final
CardNumber
number
The card number.
Functions
cardholder
Link copied to clipboard
public
String
cardholder
(
)
The name of the cardholder entered by the user.
expiration
Month
Link copied to clipboard
public
Month
expirationMonth
(
)
The expiration month of the credit card.
expiration
Year
Link copied to clipboard
public
int
expirationYear
(
)
The expiration year of the credit card.
network
Link copied to clipboard
public
CreditCardNetwork
network
(
)
The network issuer of the card.
new
Builder
Link copied to clipboard
public
static
CreditCard.Builder
newBuilder
(
String
number
,
YearMonth
expirationDate
)
Creates a new
CreditCard
builder with the given required parameters.
number
Link copied to clipboard
public
String
number
(
)
The card number.